CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux tcp

搜索资源列表

  1. modbus_tcp

    0下载:
  2. linux 平台, modbus tcp 协议的简单实现.-linux platform, modbus tcp protocol simple to achieve.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16763
    • 提供者:Daniel
  1. tcp

    0下载:
  2. 用于测试网络接口的TCP传输峰值速率,支持Linux,Cygwin环境。-Network interface for testing the TCP transmission peak rate, to support Linux, Cygwin environment.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1909
    • 提供者:yikok
  1. tcp-fast

    1下载:
  2. fast_tcp的源代码加上了自己对它的中文注释,由于关于这方面的资料比较少所以想把自己做的一些东西拿出来,让同样学TCP的网友多点参考-fast_tcp added the source code of its own Chinese notes, as a result of the information in this regard is less so wanted to do something out so that the same TCP users learn more re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:10483
    • 提供者:王名
  1. linux(17sections)ppt

    0下载:
  2. 对Linux的进程管理、系统维护.DHCP服务配置、软件包管理和备份、TCP.IP基本网络配置、口令时效和文件权限管理等等进行了详细的介绍-On the Linux process management, system maintenance. DHCP service configuration, management and backup software package, TCP.IP basic network configuration, password aging and docu
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:1289571
    • 提供者:Sky_Walker
  1. ftp_client_server

    0下载:
  2. here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies back to the client-here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies ba
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1254
    • 提供者:Imran
  1. a

    0下载:
  2. linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:744080
    • 提供者:李云
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. server_l

    0下载:
  2. TCP/UDP server on linux.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:jacek
  1. Que-Linux-Socket-Programming.pdf

    0下载:
  2. 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3259058
    • 提供者:libai
  1. Chapter_5_Linux_Applications

    0下载:
  2. 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedure
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:78119
    • 提供者:yc
  1. linux_tcp_dos_attack

    0下载:
  2. 在Linux开发环境,伪装一个随机的IP地址端口号,循环攻击某个指定的IP地址端口号或网站,使其瘫痪。-LINUX TCP DOS ATTACK CODE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6114
    • 提供者:王海峰
  1. tcpbuf

    0下载:
  2. 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7410
    • 提供者:ttww2000
  1. tcphust

    0下载:
  2. linux下socket/tcp/ip简单实现-simple implementantion of socket/tcp/ip on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:26588
    • 提供者:w
  1. client.c.tar

    0下载:
  2. sample TCP client linux/C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:722
    • 提供者:famox
  1. tcp-rebuild

    0下载:
  2. 实现目的:在linux内核的的网络层实现TCP数据的重组,以更好的分析数据。 实现的模块:TCP数据解码和存储模块,TCP数据的重组模块。-To achieve an end: In the linux kernel' s network layer TCP data reorganization to better analyze data. Achieve the module: TCP data decoding and storage modules, TCP data reo
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:52825
    • 提供者:林可可
  1. clientserver

    0下载:
  2. This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:14704
    • 提供者:pratheek19
  1. NS2-TCP-UDP

    0下载:
  2. Linux环境中NS2TCPUDP ns2下仿真有线网络的延时、抖动、吞吐量的实验源码-Under the Linux environment NS2TCPUDP ns2 simulation wired network delay, jitter, throughput experimental source
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:359144
    • 提供者:李东国
  1. tcp_server

    0下载:
  2. linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:894
    • 提供者:ly
  1. TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

    0下载:
  2. linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
  3. 所属分类:Linux Network

    • 发布日期:2017-05-21
    • 文件大小:6346268
    • 提供者:
  1. Linux-Net-Programmer

    0下载:
  2. 《linux网络编程》,介绍了linux中进程管理,网络的基础知识,BSD socket,和TCP/TP应用等,是学习linux下网络编程的好书籍!-" Linux network programming" to introduce the linux in the process management, network basics, BSD socket, and TCP/TP applications, network programming under linux to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1734671
    • 提供者:zhonghai
« 1 2 34 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com